@import url("https://fonts.googleapis.com/css2?family=Kanit:wght@400;500;600;700;800;900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Saira:wght@300;400;500;600;700;800;900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --primary-color: #0069ff;
  --black: #040404;
  --white: #fff;
  --bg: #d6efff;
  --bg2: #edf9ff;
  --border: #d1d1d1;
  --border2: #e7e7e7;
  --text2: #3d3d3d;
  --text3: #6d6d6d;
  --gradient: linear-gradient(94deg, #0069ff 0%, #233886 99.66%);
  --primary-font: "Kanit";
  --secondary-font: "Saira";
}

h1,
h2,
h3,
h4 {
  font-family: var(--primary-font);
}

p,
h5,
h6 {
  font-family: var(--secondary-font);
}
/* ..................... */

/* Hero */

.bdix-hero {
  width: 100%;
 min-height: 350px;
  display: flex;
  align-items: center;
  background-image: url(../img/Hero2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  object-fit: cover;
}
.bdix-hero-gpu {
  width: 100%;
 min-height: 350px;
  display: flex;
  align-items: center;
  background-image: url(../img/Hero-gpu.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  object-fit: cover;
}

/* Custom Package Start */

.custom-package {
  width: 100%;
  position: relative;
  margin-top: 40px;
}

.custom-package .header {
  text-align: center;
  margin-bottom: 40px;
}

.custom-package .header h1 {
  font-size: 2.5rem;
  color: var(--white);
}
.custom-package .header p {
  font-family: var(--secondary-font);
  font-weight: 400;
  color: var(--border);
  font-size: 1rem;
  margin: auto;
  margin-bottom: 0px;
}

.custom-package .custom-wrap {
  display: block;
  margin: auto;
  max-width: 70%;
  background: var(--primary-color);
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.3) inset;
  padding: 40px 20px;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
}

.custom-package .custom-container {
  width: 100%;
  background: transparent;
}

.custom-package .features {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  gap: 20px;
  margin: 0px;
}

.custom-package .features li {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  font-size: 16px;
  color: var(--border);
  font-family: var(--secondary-font);
}

.custom-package .features li strong {
  padding-right: 6px;
}

.custom-package .features i {
  width: 24px;
  height: 24px;
  color: var(--black);
  background: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  margin-right: 8px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.custom-package .button {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  margin-top: 40px;
}

.custom-package .configure_btn {
  position: relative;
  display: inline-block;
  align-items: center;
  text-align: center;
  gap: 10px;
  font-family: var(--secondary-font);
  font-weight: 600;
  font-size: 1.1em;
  text-decoration: none;
  background-color: transparent;
  background-size: cover;
  object-fit: cover;
  color: var(--white);
  border: none;
  padding: 10px 0px;
  transition: 0.5s;
  width: 210px;
}

.custom-package .configure_btn:hover svg path {
  fill: var(--black);
  stroke: var(--black);
}

.custom-package .configure_btn span {
  position: relative;
  color: var(--white);
  z-index: 1;
  margin: 0px 4px 0px 22px;
  transition: 0.4s;
}

.custom-package .configure_btn:hover span {
  color: var(--white);
}

.custom-package .configure_btn svg path {
  transition: 0.4s;
  width: 100%;
}

.custom-package .configure_btn svg {
  position: absolute;
  background-size: cover;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 56px;
  object-fit: cover;
}

.custom-package .configure_btn img {
  width: 36px;
  aspect-ratio: 16 / 16;
  z-index: 1;
  margin-left: 6px;
  position: relative;
}

.custom-package .contact_btn {
  position: relative;
  display: inline-block;
  align-items: center;
  text-align: center;
  gap: 10px;
  font-family: var(--secondary-font);
  font-weight: 600;
  font-size: 1.1em;
  text-decoration: none;
  background-color: transparent;
  background-size: cover;
  object-fit: cover;
  color: var(--white);
  border: none;
  padding: 10px 0px;
  transition: 0.5s;
  width: 174px;
}

/* .custom-package .contact_btn:hover svg path {
  fill: var(--black);
  stroke: var(--black);
} */

.custom-package .contact_btn span {
  position: relative;
  color: var(--black);
  z-index: 1;
  margin: 0px 4px 0px 22px;
  transition: 0.4s;
}
/* 
.custom-package .contact_btn:hover span {
  color: var(--white);
} */

.custom-package .contact_btn svg path {
  transition: 0.4s;
  width: 100%;
}

.custom-package .contact_btn svg {
  position: absolute;
  background-size: cover;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 56px;
  object-fit: cover;
}

.custom-package .contact_btn img {
  width: 36px;
  aspect-ratio: 16 / 16;
  z-index: 1;
  margin-left: 6px;
  position: relative;
}

@media screen and (max-width: 992px) {
  .custom-package .title-wrap {
    text-align: center;
    justify-content: center;
  }

  .custom-package .header h1 {
    font-size: calc(1.375rem + 1.5vw);
  }

  .custom-package .wrapper {
    padding-bottom: 40px;
  }

  .custom-package .custom-wrap {
    max-width: 100%;
  }

  .custom-package .features {
    gap: 10px;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 576px) {
  .custom-package .contact_btn {
    width: 130px;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
  }

  .custom-package .configure_btn {
    width: 160px;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
  }

  .custom-package .contact_btn span,
  .custom-package .configure_btn span {
    margin: 0px 0px 0px 18px;
    white-space: nowrap;
  }

  .custom-package .contact_btn img,
  .custom-package .configure_btn img {
    width: 26px;
    aspect-ratio: 16 / 16;
    margin-left: 2px;
  }

  .custom-package .contact_btn svg,
  .custom-package .configure_btn svg {
    height: 48px;
  }
}

@media screen and (max-width: 400px) {
  .custom-package .button {
    flex-direction: column;
  }
}

/* Custom Package End */

/* Our operating Systems Start */
.operating-systems {
  width: 100%;
  position: relative;
  background: var(--white);
  padding: 60px 0;
}

.operating-systems .shape {
  position: absolute;
  bottom: 10px;
  left: 0px;
}

.operating-systems .shape svg {
  width: 70px;
  height: 70px;
}

.operating-systems .feature-wrapper {
  position: relative;
  z-index: 1;
}

.operating-systems .header {
  text-align: left;
  margin-bottom: 40px;
}

.operating-systems .header h1 {
  font-size: 2.5rem;
  color: var(--black);
}
.operating-systems .header p {
  font-family: var(--secondary-font);
  font-weight: 400;
  color: var(--text2);
  font-size: 1rem;
  margin: auto;
  margin-bottom: 0px;
}

.operating-systems .feature-wrapper .features {
  position: relative;
  width: 100%;
  padding: 20px;
  text-align: center;
  border: 1px solid var(--border2);
  border-radius: 12px;
  transition: 0.4s;
  z-index: 1;
}

.operating-systems .feature-wrapper .features:hover {
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
}
.operating-systems .features .icon {
  display: block;
  margin: auto;
  width: 80px;
  height: 80px;
  /* border-radius: 30%; */
  overflow: hidden;
}

.operating-systems .features .icon img {
  width: 100%;
}

.operating-systems .features p {
  margin-bottom: 0px;
  padding-top: 16px;
  font-size: 16px;
  font-weight: 600;
  color: var(--black);
  font-family: var(--secondary-font);
  transition: 0.4s;
}

@media screen and (max-width: 992px) {
  .operating-systems .header h1 {
    font-size: calc(1.375rem + 1.5vw);
  }

  .operating-systems .features p {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .operating-systems .header {
    text-align: center;
  }
}

@media screen and (max-width: 400px) {
  .operating-systems .features p {
    font-size: 14px;
  }
}
/* Our operating Systems End */

/* Our Machine Management */

.machine-management {
  width: 100%;
  position: relative;
  margin-top: 40px;
}

.machine-management .header {
  text-align: center;
  margin-bottom: 40px;
}

.machine-management .header h1 {
  font-size: 2.5rem;
  color: var(--black);
}
.machine-management .header p {
  font-family: var(--secondary-font);
  font-weight: 400;
  color: var(--text2);
  font-size: 1rem;
  margin: auto;
  margin-bottom: 0px;
}

.machine-management .management-wrap {
  background: var(--bg2);
  padding: 40px 20px;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
}

.machine-management .machine-container {
  width: 100%;
  background: transparent;
}
.machine-management .tabs #tabs-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  list-style: none;
  margin-bottom: 80px;
}
.machine-management .machine-container .tab {
  width: auto;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 16px 6px 6px;
  text-decoration: none;
  background: transparent;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
  font-family: var(--secondary-font);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.machine-management .tab svg {
  width: 24px;
  height: 24px;
  transition: 0.3s;
}
.machine-management .tab:hover {
  background: var(--primary-color);
  color: var(--white);
}
.machine-management .tab.active {
  background: var(--primary-color);
  color: var(--white);
}

.machine-management #tabs-content {
  padding: 0px 40px;
}

.machine-management .tab.active svg rect {
  fill: var(--white);
}

.machine-management .tab.active svg path {
  stroke: var(--black);
}

.machine-management .tab:hover svg rect {
  fill: var(--white);
}

.machine-management .tab:hover svg path {
  stroke: var(--black);
}

.machine-management .tab svg rect,
.machine-management .tab svg path {
  transition: 0.3s;
}

.machine-management ul#tabs-nav li.active svg path {
  fill: var(--white);
  stroke: var(--black);
}

.machine-management ul#tabs-nav li.active svg rect {
  fill: var(--white);
}

.machine-management ul#tabs-nav li.active .tab-btn {
  background: var(--primary-color);
}

.machine-management ul#tabs-nav li.active .tab-btn span {
  color: var(--white);
}

.machine-management #tabs-nav .tab:hover {
  background: var(--primary-color);
  color: var(--white);
}

.machine-management .content .image {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.machine-management .wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.machine-management .wrapper h2 {
  font-size: 2.5rem;
  color: var(--black);
}

.machine-management .wrapper p {
  font-family: var(--secondary-font);
  font-weight: 400;
  color: var(--text2);
  font-size: 1rem;
  margin: auto;
  margin-bottom: 0px;
}

.machine-management .content .image img {
  width: 100%;
}

@media screen and (max-width: 992px) {
  .machine-management .title-wrap {
    text-align: center;
    justify-content: center;
  }

  .machine-management .tabs #tabs-nav {
    margin-bottom: 40px;
  }

  .machine-management .wrapper h2,
  .machine-management .header h1 {
    font-size: calc(1.375rem + 1.5vw);
  }

  .machine-management .wrapper {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 576px) {
  .machine-management .tab {
    width: 340px;
  }

  .machine-management #tabs-content {
    padding: 0px 20px;
  }
}
/* Our Machine Management */


/* Gpu Dedicated page Specifications Start */
.specifications {
  margin-top: 60px;
}
.specifications .specs-container {
  background: var(--bg2);
  padding: 20px;
  border-radius: 16px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 20px;
  margin: 20px 0;
  text-align: left;
  width: 100%;
  box-sizing: border-box;
}
.specifications .specs-container div {
  font-size: 14px;
}

.specifications .specs-container h3 {
  margin: 0;
  padding-bottom: 6px;
  font-size: 16px;
  font-weight: bold;
  font-family: var(--primary-font);
  border-bottom: 1px solid var(--border);
  color: var(--primary-color);
  margin-bottom: 10px;
}
.specifications .specs-container p {
  margin: 5px 0;
  font-family: var(--secondary-font);
  font-size: 16px;
  color: var(--text2);
  font-weight: bold;
}


@media (max-width: 768px) {
  .specifications .specs-container {
      grid-template-columns: repeat(2, 1fr);
      text-align: center;
  }
}
@media (max-width: 600px) {
  .specifications .specs-container {
      grid-template-columns: 1fr;
      text-align: center;
  }
}
/* Gpu Dedicated page Specifications End */